projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11acc9f
)
* src/nsfns.m (ns_tooltip): Initialize.
author
David Reitter
<david.reitter@gmail.com>
Wed, 1 May 2013 07:02:19 +0000
(
00:02
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 1 May 2013 07:02:19 +0000
(
00:02
-0700)
src/ChangeLog
patch
|
blob
|
history
src/nsfns.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 71aa553452b7c168d30c5a1b7eb22d526c0e0847..dc5019213a35bf0696a0bcc72761ec63a5f0d789 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-05-01 David Reitter <david.reitter@gmail.com>
+
+ * nsfns.m (ns_tooltip): Initialize.
+
2013-04-28 Eli Zaretskii <eliz@gnu.org>
* coding.c (decode_coding_gap): Don't remove the character before
diff --git
a/src/nsfns.m
b/src/nsfns.m
index 0d6d0e72835bdba4e2251708badaf757aaa72106..0d9ebe0ef509dcfa2383365ea552d69675f3dc22 100644
(file)
--- a/
src/nsfns.m
+++ b/
src/nsfns.m
@@
-88,7
+88,7
@@
Lisp_Object Qfontsize;
/* hack for OS X file panels */
char panelOK = 0;
-EmacsTooltip *ns_tooltip;
+EmacsTooltip *ns_tooltip
= nil
;
/* Need forward declaration here to preserve organizational integrity of file */
Lisp_Object Fx_open_connection (Lisp_Object, Lisp_Object, Lisp_Object);